Click or drag to resize

FreeBusyViewOptions Class

Specifies the type of free/busy information returned in the response.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeFreeBusyViewOptions

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class FreeBusyViewOptions

The FreeBusyViewOptions type exposes the following members.

Constructors
  NameDescription
Public methodFreeBusyViewOptions
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(TimeDuration)
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(DateTime, DateTime)
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(TimeDuration, FreeBusyViewType)
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(TimeDuration, Int32)
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(DateTime, DateTime, FreeBusyViewType)
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(DateTime, DateTime, Int32)
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(TimeDuration, Int32, FreeBusyViewType)
Initializes a new instance of the FreeBusyViewOptions class.
Public methodFreeBusyViewOptions(DateTime, DateTime, Int32, FreeBusyViewType)
Initializes a new instance of the FreeBusyViewOptions class.
Top
Properties
  NameDescription
Public propertyMergedFreeBusyInterval
Represents the time difference between two successive slots in the FreeBusyMerged view.
Public propertyRequestedView
Defines the type of calendar information that a client requests.
Public propertyTimeWindow
Identifies the time span queried for the user availability information.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also